Your Credential Name

A brief description of what this credential represents and its purpose.

Credential Template Preview

SVG template preview not available

Credential Type

VCT URI
https://example.com/credentials/your-credential-id

Display Properties

en-US

Name
Your Credential Name
Description
A brief description of what this credential represents and its purpose.

Claims

Path Display Name
claim_name
another_claim
optional_claim
selective_claim

Source

Repository
leifj/vctm-template
Commit
623891fbfa354942eb2b89c80ace02cac7a1fce5
Last Updated
2026-02-13T13:01:56Z

Raw JSON Download

{
  "vct": "https://example.com/credentials/your-credential-id",
  "name": "Your Credential Name",
  "description": "A brief description of what this credential represents and its purpose.",
  "display": [
    {
      "locale": "en-US",
      "name": "Your Credential Name",
      "description": "A brief description of what this credential represents and its purpose.",
      "rendering": {
        "simple": {
          "logo": {
            "uri": "https://github.com/leifj/vctm-template/raw/vctm/images/logo.svg",
            "uri#integrity": "sha256-1Tai/KxfxsQPIszTzo3IxYVM29r9AkWGgoirDfq7NXU=",
            "alt_text": "Logo"
          },
          "background_color": "#1a365d",
          "text_color": "#ffffff"
        },
        "svg_templates": [
          {
            "uri": "https://github.com/leifj/vctm-template/raw/vctm/images/logo.svg",
            "uri#integrity": "sha256-1Tai/KxfxsQPIszTzo3IxYVM29r9AkWGgoirDfq7NXU="
          }
        ]
      }
    }
  ],
  "claims": [
    {
      "path": [
        "claim_name"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Claim Label",
          "description": "Description of this claim"
        },
        {
          "locale": "de-DE",
          "label": "Bezeichnung",
          "description": "Beschreibung auf Deutsch"
        },
        {
          "locale": "sv",
          "label": "Etikett",
          "description": "Beskrivning på svenska"
        }
      ],
      "mandatory": true
    },
    {
      "path": [
        "another_claim"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Another Claim",
          "description": "Description of another claim"
        }
      ]
    },
    {
      "path": [
        "optional_claim"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Optional Claim",
          "description": "An optional claim"
        }
      ]
    },
    {
      "path": [
        "selective_claim"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Selective Claim",
          "description": "A claim with selective disclosure"
        }
      ],
      "sd": "always"
    }
  ]
}